Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 163,698 for

document conversion

(0.19 sec)
  1. Images and Documents Format Conversion with Asp...

    Streamline your format Conversion tasks using Aspose.Imaging Adapters and a variety of Aspose Products. These adapters enable image and Document Conversion between Aspose.Imaging and other key Aspose tools, ensuring a fluid integration process across your digital projects....Java: Transforming Document and Image Conversions Expanding Capabilities...Install-Package Visit our documentation for more details. List of...

    products.aspose.com/imaging/adapters/java/
  2. Issue with PDF to HTML Conversion – Text Render...

    After converting the PDF to HTML, the text content in the PDF is being rendered as images in the generated HTML file instead of selectable text. I have attached the original PDF file. Kindly review the issue and provide…...Issue with PDF to HTML Conversion – Text Rendered as Images Aspose...for provided information The document you provided consists of images...

    forum.aspose.com/t/issue-with-pdf-to-html-conve...
  3. Convert SVG to popular formats – C# code, onlin...

    Convert SVG to PDF, XPS, and Images with a few lines of C# code using the Aspose.SVG for .NET library. Check online SVG Converter for free!...NET Conversion SVG Conversion Via C# Convert SVG...NET Live Demos Free Trial Documentation Source Code API Reference...

    products.aspose.com/svg/net/conversion/
  4. Word to PDF conversion issue when deployed on A...

    Hello Aspose Support Team, We are facing a Word to PDF Conversion issue using Aspose.Words for .NET that occurs only when deployed on Azure App Service, while the exact same code and Document work correctly in a local …...Word to PDF conversion issue when deployed on Azure App service-...are facing a Word to PDF conversion issue using Aspose.Words...

    forum.aspose.com/t/word-to-pdf-conversion-issue...
  5. Getting Started - C# .NET 3D File Manipulation ...

    Getting Started section of C# .NET 3D File Manipulation and Conversion API covers topics like Product Overview, Supported File Formats, Licensing and How to Run the Examples....3D File Manipulation and Conversion API Contents [ Hide ] Introduction...Formats Manipulation and Conversion in C#...

    docs.aspose.com/3d/net/getting-started/
  6. Stop conversion or loading using InterruptMonit...

    Learn how to stop the Conversion of Workbook to various formats using InterruptMonitor when it is taking too long with Aspose.Cells for JavaScript via C++....Stop conversion or loading using InterruptMonitor when it is...C++ allows you to stop the conversion of Workbook to various formats...

    docs.aspose.com/cells/javascript-cpp/stop-conve...
  7. DOCX (with ( Content Controls) to HTML conversi...

    Hi, I have the below code to convert an MS Word file to an HTML file using ASPOSE Words ( Java). The MS Word file has Content Controls. Document d = new Document("TEST.docx"); SaveOptions opt = SaveOptions.createSave…...Content Controls) to HTML conversion using ASPOSE.Words Java Aspose...Content Controls. Document d = new Document("TEST.docx"); SaveOptions...

    forum.aspose.com/t/docx-with-content-controls-t...
  8. Word Content Control (Checkbox) get auto checke...

    Hi, I have a Word file with Content Control (checkbox) when I convert the Word file to PDF using ASPOSE Word 20.2 some checkbox gets checked (has ‘X’ within) and the checkbox can’t be changed afterward. We are using a li…...unchangeable after WORD to PDF conversion Aspose.Words Product Family...before conversion: Problem.docx (12.4 KB) after conversion: Problem...

    forum.aspose.com/t/word-content-control-checkbo...
  9. Successful PDF/A-1b conversion creates invalid ...

    Using Aspose.PDF .NET 25.10, I am converting the attached file using following code: using (var Document = new Aspose.Pdf.Document(pdfPath)) { var options = new Aspose.Pdf.PdfFormatConversionOptions(Aspose.Pdf.PdfFo…...Successful PDF/A-1b conversion creates invalid PDF/A due to fonts...code: using (var document = new Aspose.Pdf.Document(pdfPath)) { var...

    forum.aspose.com/t/successful-pdf-a-1b-conversi...
  10. Pdf to tiff conversion 24bpp format incorrectly...

    This is on linux using dotnet 8 Here is a small code sample to reproduce the issue: Stream DocumentStream = File.OpenRead(“any.pdf”); TiffSettings settings = new TiffSettings(); settings.De…...Pdf to tiff conversion 24bpp format incorrectly generates 32bpp...using (var inputPdf = new Document(documentStream, true)) //isManagedStream...

    forum.aspose.com/t/pdf-to-tiff-conversion-24bpp...